home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef AboutH
- #define AboutH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- #include <Buttons.hpp>
- //---------------------------------------------------------------------------
- class TAboutBox : public TForm
- {
- __published: // IDE-managed Components
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- TImage *Image1;
- TBevel *Bevel1;
- TBitBtn *BitBtn1;
- private: // User declarations
- public: // User declarations
- virtual __fastcall TAboutBox(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TAboutBox *AboutBox;
- //---------------------------------------------------------------------------
- #endif
-